home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / FireMan.swf / scripts / frame_1200 / PlaceObject2_112_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2008-09-12  |  229 b   |  16 lines

  1. onClipEvent(enterFrame){
  2.    n -= 7;
  3.    if(n >= 0)
  4.    {
  5.       who.setVolume(n);
  6.    }
  7.    else
  8.    {
  9.       who.stop();
  10.       who.setVolume(100);
  11.       n = 100;
  12.       delete _root.intro;
  13.       delete _root.loop;
  14.    }
  15. }
  16.